Overload | Description |
---|---|
FindAll<TTarget>() | Retrieves all the T that match the specified type TTarget. |
FindAll<TTarget>(Predicate<TTarget>) | Retrieves all the T that match the specified type TTarget and match the conditions defined by the specified predicate. |